lcMlineAddVer Home

Inserts a vertex into a Multiline object at the specified position.

 HANDLE lcMlineAddVer (
   HANDLE hMline,
   HANDLE hVertex,
   double X,
   double Y
 );

Parameters
hMline
  Handle to a multiline object.
hVertex
  Handle to the multiline vertex, or NULL.
X Y
  Coordinates of the new vertex.

Return Value

  Handle to the new Vertex object or NULL if the function fails.

Remarks

  The new vertex is inserted before the specified vertex. If hVertex is NULL, it is appended to the end of the multiline.

See Also

  Code sample,   lcMlineAddVerDirlcMlineDeleteVerlcBlockAddMline